don't cancel the operations spawned by buttons here,
authorKristian Rietveld <kris@imendio.com>
Mon, 4 Sep 2006 19:32:13 +0000 (19:32 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Mon, 4 Sep 2006 19:32:13 +0000 (19:32 +0000)
commit118715cb43d6f1a1d51c9feeef81bb60adfab91b
treef132deb003ea999b3c95212093d8617061b33b64
parentda07fc7a6e1a2d5d5de27e1bf236d15b734a817e
don't cancel the operations spawned by buttons here,

2006-09-04  Kristian Rietveld  <kris@imendio.com>

* gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
operations spawned by buttons here,
(set_button_image_get_info_cb): bail out if button is NULL, but
do free button_data,
(button_data_free): only free the data is non NULL (since this
function can be called multiple times for the same data), cancel
handle is pending but don't free button_data in this case (will
happen in the callback).
ChangeLog
gtk/gtkpathbar.c